PacScriptErrorReceived

public interface PacScriptErrorReceived implements NetworkEvent

An event indicating that the PAC file processing has been failed.

Functions

Link copied to clipboard
public String errorText()
Returns a string that represents the description of the script processing error.
Link copied to clipboard
public int lineNumber()
Returns the line of code in the PAC script which caused the error.
Link copied to clipboard
public Network network()
Returns the Network instance initiated this event.